|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectloginrequest.Login
public class Login
Field Summary | |
---|---|
protected java.lang.String |
deviceName
|
protected java.lang.String |
deviceProfile
|
protected ExclusiveDuration |
exclusiveDuration
|
protected java.lang.String |
userID
|
Constructor Summary | |
---|---|
Login()
|
Method Summary | |
---|---|
java.lang.String |
getDeviceName()
Gets the value of the deviceName property. |
java.lang.String |
getDeviceProfile()
Gets the value of the deviceProfile property. |
ExclusiveDuration |
getExclusiveDuration()
Gets the value of the exclusiveDuration property. |
java.lang.String |
getUserID()
Gets the value of the userID property. |
void |
setDeviceName(java.lang.String value)
Sets the value of the deviceName property. |
void |
setDeviceProfile(java.lang.String value)
Sets the value of the deviceProfile property. |
void |
setExclusiveDuration(ExclusiveDuration value)
Sets the value of the exclusiveDuration property. |
void |
setUserID(java.lang.String value)
Sets the value of the userID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String deviceName
protected java.lang.String userID
protected java.lang.String deviceProfile
protected ExclusiveDuration exclusiveDuration
Constructor Detail |
---|
public Login()
Method Detail |
---|
public java.lang.String getDeviceName()
String
public void setDeviceName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserID()
String
public void setUserID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDeviceProfile()
String
public void setDeviceProfile(java.lang.String value)
value
- allowed object is
String
public ExclusiveDuration getExclusiveDuration()
ExclusiveDuration
public void setExclusiveDuration(ExclusiveDuration value)
value
- allowed object is
ExclusiveDuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |